Welcome![Sign In][Sign Up]
Location:
Search - hash table

Search list

[Data structshash

Description: 实现哈希表的创建、查找、插入,可以用开放地址法解决冲突问题-Realize the creation of hash table to find, insert, you can open the address the issue of settlement of the conflict law
Platform: | Size: 2048 | Author: 周志 | Hits:

[Data structshash

Description: 哈希表是一种高效的数据结构。本文分五个部分:首先提出了哈希表的优点,其次介绍了它的基础操作,接着从简单的例子中作了效率对比,指出其适用范围以及特点,然后通过例子说明了如何在题目中运用哈希表以及需要注意的问题,最后总结全文。-Hash table is an efficient data structure. This article is divided into five parts: first put forward the merits of the hash table, followed by introduction of the basis of its operation, and then from the simple example of the efficiency of contrast were made, pointing out that its scope and characteristics, and then through the examples to illustrate how the title the use of hash table and the need to pay attention to the issue of the full text of the final summing up.
Platform: | Size: 32768 | Author: dongpei | Hits:

[Data structshash

Description: hash表算法,自己写的一段代码。希望对大家有用-hash table algorithm, written in his own piece of code. Hope useful for everyone
Platform: | Size: 4096 | Author: yuhongchang | Hits:

[Data structshash

Description: 数据结构课程设计,哈希表。设计文档都已经写好了,可以直接拿来用。-Curriculum design data structure, hash table. Design documents have been written, can be directly used to use.
Platform: | Size: 386048 | Author: 嘎嘎 | Hits:

[VC/MFChash

Description: 散列表又叫哈希表,它是通过哈希函数来确定数据元素存放位置的一种特殊表结构。程序实现对指定文本文件中的单词进行检索,并可得哈希值-Hash table is also called the hash table, it is through the hash function to determine the location of data elements stored a special table structure. Procedures to achieve the specified text file in a word search, and a hash value
Platform: | Size: 4096 | Author: like | Hits:

[assembly languageHash+1

Description: 哈希表设计..针对某个集体中的30个人名设计一个哈希表,使得平均查找长度为2.-Hash Table Design .. for a collective of 30 individuals were to design a hash table, making the average search length of 2.
Platform: | Size: 2048 | Author: 彭涵 | Hits:

[Data structshash

Description: 这个程序用于实现哈希表,在初始化时赋予哈希表20个数值,然后点击查看当前哈希表,完成后点击重建哈希表-This process used to implement hash table, given in the initialization hash table 20 values, and then Click to view the current hash table, click on the reconstruction after the completion of hash table
Platform: | Size: 2560000 | Author: Jackey Chen | Hits:

[assembly languageHash

Description: 哈希表的实现-Hash table to achieve
Platform: | Size: 2048 | Author: 李唐 | Hits:

[Linux-Unixgooglehash

Description: google hash table算法,api清晰好用,附有本人测试的example程序,linux gcc。-google hash table algorithm, api clear easy to use, with the example I am testing procedure, linux gcc.
Platform: | Size: 22528 | Author: tom | Hits:

[OtherHash

Description: 哈希表的设计与实现: 针对年级中的“人名”设计一个哈希表,使得平均查找长度不超过指定值;并完成相应的建表和查表程序。-Hash Table Design and Implementation: The Year of the names to design a hash table, making an average to find the length of not more than specified value and completed the appropriate procedures to build tables and look-up table.
Platform: | Size: 186368 | Author: hello | Hits:

[CSharpjsonchecker

Description: aspx下的JSON库 JSON(JavaScript Object Notation) 是一种轻量级的数据交换格式。易于人阅读和编写。同时也易于机器解析和生成。它基于JavaScript Programming Language, Standard ECMA-262 3rd Edition - December 1999的一个子集。 JSON采用完全独立于语言的文本格式,但是也使用了类似于C语言家族的习惯(包括C, C++, C#, Java, JavaScript, Perl, Python等)。这些特性使JSON成为理想的数据交换语言。 JSON建构于两种结构: * “名称/值”对的集合(A collection of name/value pairs)。不同的语言中,它被理解为对象(object),纪录(record),结构(struct),字典(dictionary),哈希表(hash table),有键列表(keyed list),或者关联数组 (associative array)。 * 值的有序列表(An ordered list of values)。在大部分语言中,它被理解为数组(array)。 这些都是常见的数据结构。事实上大部分现代计算机语言都以某种形式支持它们。这使得一种数据格式在同样基于这些结构的编程语言之间交换成为可能。-err
Platform: | Size: 32768 | Author: momo | Hits:

[OtherHashTable

Description: hash table ,自己写的一个hash table,很简柔的。-hash table, to write a hash table, is simple Sophie' s.
Platform: | Size: 16384 | Author: zhangchao | Hits:

[OS programHash

Description: 用Delphi实现的哈希表,效率很高的,很值得一看啊。-Using Delphi to achieve the hash table, high efficiency, it is worth a visit ah.
Platform: | Size: 214016 | Author: mqx | Hits:

[Data structsHash

Description: 自己上学编的Hashtable的java源码,里面可以选择所有的hash算法和防撞处理方式,带junit测试程序。-own java source of the Hashtable, which can choose all of the hash algorithm and anti-collision approach, with junit test procedure。
Platform: | Size: 6144 | Author: fang kun | Hits:

[ConsoleHashTable

Description: Hash table implementation in c language
Platform: | Size: 234496 | Author: dumspirospero | Hits:

[Otherhash

Description: 哈希表存储电话号码,电话号码查询系统。 简单 简单 简单 简单 简单-Hash table stored telephone numbers, telephone number inquiry system. Simple simple simple simple simple simple simple simple simple
Platform: | Size: 269312 | Author: ningrui | Hits:

[Data structstrieTree

Description: 一个基于hashtable的理论而编程的程序,建立文本时根据keywordtree而建立的-based on hash table, build table by keyword tree
Platform: | Size: 2048 | Author: 金星男 | Hits:

[Othertetris-1.2-src

Description: Hash table example It is only a test code
Platform: | Size: 94208 | Author: sirius | Hits:

[Linux-Unixhash

Description: hash表的一个小实现,写的不好,只是对自己学习的一个练习。-a small hash table implementation is badly written, but an exercise of their own learning.
Platform: | Size: 182272 | Author: chaoswong | Hits:

[Linux-Unixhash

Description: 哈希表,linux c 编写。非常实用,简洁-Hash table, linux c preparation
Platform: | Size: 5120 | Author: 李世蓂 | Hits:
« 1 23 4 5 6 7 8 9 10 ... 39 »

CodeBus www.codebus.net